Vcenter NamespaceManagement Supervisors Zones Bindings CreateSpec
Vcenter NamespaceManagement Supervisors Zones Bindings CreateSpec
The Vcenter NamespaceManagement Supervisors Zones Bindings CreateSpec schema contains the input parameters for creating the bindings between the vSphere Zones and a Supervisor.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"specs": [
{
"zone": "string",
"type": "string",
"resource_allocation": {
"vm_reservations": [
{
"reserved_vm_class": "string",
"count": 0
}
]
}
}
]
}
specs
Required
List of vSphere Zones to bind to the Supervisor.
This property was added in vSphere API 9.0.0.0.